home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13168 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: mail2news.demon.co.uk!genesis.demon.co.uk
  2. From: Lawrence Kirby <fred@genesis.demon.co.uk>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: <conio.h> stuff for C under LINUX
  5. Date: Thu, 04 Apr 96 23:40:19 GMT
  6. Organization: none
  7. Message-ID: <828661219snz@genesis.demon.co.uk>
  8. References: <4jqqao$lf7@mogan.cc.metu.edu.tr>
  9. Reply-To: fred@genesis.demon.co.uk
  10. X-NNTP-Posting-Host: genesis.demon.co.uk
  11. X-Newsreader: Demon Internet Simple News v1.27
  12. X-Mail2News-Path: genesis.demon.co.uk
  13.  
  14. In article <4jqqao$lf7@mogan.cc.metu.edu.tr>
  15.            e089549@orca.cc.metu.edu.tr "channel sanderson" writes:
  16.  
  17. >        I use gotoxy() and clrscr() with C/C++ programs for my PC but my school
  18. > requires that the program will run under UNIX.  Are there ansi-c equivalents
  19. > andif so what are they.
  20.  
  21. No, ANSI C has no support for screen handling (beyond \b \f \n \r \t and \v).
  22.  
  23. > If not how should I implement these.
  24.  
  25. man curses or ask about Curses in comp.unix.programmer.
  26.  
  27. -- 
  28. -----------------------------------------
  29. Lawrence Kirby | fred@genesis.demon.co.uk
  30. Wilts, England | 70734.126@compuserve.com
  31. -----------------------------------------
  32.